N
AME
lower_case
- convert a string to lower case
S
YNTAX
string lower_case(string
s
);
D
ESCRIPTION
Return a string with all capital letters converted to lower case.
K
EYWORDS
string
S
EE
A
LSO
upper_case